.device-box{
    width:100%;
    background-color:#FFFFFF;
    padding:70px 0px 20px 0px;
}
.main-head{
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
}
.main-head span.index-info{
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    color: #5f6367;
}
.main-head span.blue a{
    color:#075DB3;
}
.y-row {
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    *width: 1000px;
}
.ali-content-item{
    float: left;
    width: 31.3%;
    padding-left: 10px;
    padding-right: 10px;
	text-align:center;
}
.ali-content-item .item-box {
    transition: all .15s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #fce2e5;
    height: 230px;
}
.ali-content-item .item-box:hover {
    box-shadow: 0 0 15px rgba(250, 200, 205, .7)
}
.ali-content-item .item-box .img-area {
    width: 100%;
    overflow: hidden;
    height: 170px;
}
.ali-content-item .item-box .img-area img {
    transition: all .5s ease;
    width: 100%;
}
.ali-content-item .item-box:hover .img-area img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.ali-content-item .item-box .box-header {
	background-color:#f5f5f5;
    padding: 18px 25px;
    font-size: 14px;
    color: #373d41;
}
.messages-box {
    overflow: hidden;
}
.messages-box .left-box .tab-head-box {
    overflow: hidden;
    padding-right:20px;
}
.messages-box .left-box .tab-head-box .tab.active {
    color: #d0111b;
    border-bottom: 2px solid #d0111b;
}
.messages-box .left-box .tab-head-box .more {
    float: right;
    line-height: 40px;
    cursor: pointer;
}
.messages-box .left-box .tab-body-box {
    margin-top: 20px;
    padding:0px 20px;
}
.messages-box .left-box .tab-head-box .tab {
    float: left;
    padding: 0 15px;
    margin: 0 15px;
    font-size: 18px;
    color: #b0b2b5;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.messages-box .left-box .tab-body-box .tab-body.show {
    display: block;
}
.messages-box .left-box .tab-body-box .tab-body li.new {
    position: relative;
    padding-right: 55px;
    float: left;
    width: 33%;
    line-height: 46px;
    font-size: 14px;
    box-sizing: border-box;
}
.messages-box .left-box .tab-body-box .tab-body li.new:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 10px;
    width: 25px;
    height: 10px;
    background-image: url(../img/NEW.png);
    background-size: 22px 12px;
    background-repeat: no-repeat;
}
.messages-box .left-box .tab-body-box .tab-body li a {
    display: block;
    overflow: hidden;
}
.messages-box .left-box .tab-body-box .tab-body li a .date {
    position: relative;
    display: inline-block;
    width: 50px;
    float: left;
    margin-right: 10px;
    color: #7b838f;
}
.messages-box .left-box .tab-body-box .tab-body li a .date:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #e3e4e6;
    transform: translate(0,-50%);
}
.messages-box .left-box .tab-body-box .tab-body li a .content {
    display: inline-block;
    float: left;
    max-width: 240px;
    color: #3d4450;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}